home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Shareware Overload Trio 2
/
Shareware Overload Trio Volume 2 (Chestnut CD-ROM).ISO
/
dir31
/
datime10.zip
/
TMALARM.BAT
< prev
Wrap
DOS Batch File
|
1994-01-06
|
1KB
|
33 lines
@echo off
rem TMALARM.BAT %1 %2 %3 %4 %5
rem
rem %1 = Alarm Type
rem = 0 if Transfer success
rem = 1 if Transfer failure
rem = 2 if Connected to a BBS
rem = 3 if Script alarm
rem = 4 if Warning (not enough disk space or out of memory)
rem
rem %2 = Alarm Sound (no. of seconds the alarm should sound)
rem %3 = Alarm Time (no. of seconds the alarm should display)
rem %4 = BBS # connected to
rem %5 = Baud rate
rem
rem Note: External alarm is used only if
rem 1. External Alarm is turned ON
rem 2. Alarm Sound is greater than 0
rem 3. Alarm Time is greater than 0
rem 4. You can in one of the following windows:
rem Dial, Terminal, Stack Window
rem
rem = 0 if Transfer success
if %1==0 datime
rem = 1 if Transfer failure
if %1==1 datime
rem = 2 if Connected to a BBS
if %1==2 datime
rem = 3 if Script alarm
if %1==3 datime
rem = 4 if Warning (not enough disk space or out of memory)
if %1==4 datime